func google.golang.org/grpc.newNonRetryClientStream
3 uses
google.golang.org/grpc (current package)
balancer_conn_wrappers.go#L431: return newNonRetryClientStream(ctx, desc, method, transport, acbw.ac, opts...)
clientconn.go#L1362: return newNonRetryClientStream(ctx, &StreamDesc{ServerStreams: true}, method, currentTr, ac)
stream.go#L1172: func newNonRetryClientStream(ctx context.Context, desc *StreamDesc, method string, t transport.ClientTransport, ac *addrConn, opts ...CallOption) (_ ClientStream, err error) {